Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Experiments / Attic / Security / HOW TO INSTALL.txt
blob4450ee5aab357e23cf936696e2791928eac24aca
1 Be aware that the nant build process takes care of this\r
2 \r
3 ---\r
4 \r
5 First add Castle.Services.Security.dll to the Global assembly cache\r
6 \r
7 > gacutil /i Castle.Services.Security.dll\r
8 \r
9 Then add the permission set to the machine policy\r
11 > caspol -machine -addpset castlepermissionset.xml\r
13 To remove the permission set use\r
15 > caspol -machine -rempset CastlePermissionSet\r